home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00194.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  286 b   |  13 lines

  1. on mouseDown
  2.   puppetSprite(3, 1)
  3.   set the castNum of sprite 3 to cast "CENTER PANEL OFF"
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   set rate to the movieRate of sprite 5
  9.   set the movieRate of sprite 5 to rate + 0.25
  10.   set the castNum of sprite 3 to cast "CENTER PANEL ON"
  11.   updateSpeed()
  12. end
  13.